projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0de8dcc
)
[WINDOWSNT]: Include fcntl.h, to fix last change.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 29 Jul 2006 10:18:48 +0000
(10:18 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 29 Jul 2006 10:18:48 +0000
(10:18 +0000)
src/ChangeLog
patch
|
blob
|
history
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 029b7368be1dd00105ec93788a4544eea72c108d..7b7c1747aad6bc548e2bd67d7eb1e6416f634a64 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2006-07-29 Eli Zaretskii <eliz@gnu.org>
+
+ * alloc.c [WINDOWSNT]: Include fcntl.h, to fix last change.
+
2006-07-28 Richard Stallman <rms@gnu.org>
* xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p):
diff --git
a/src/alloc.c
b/src/alloc.c
index 4c1a81e7c92e20af4b0c6274b083fb2732422689..e5735e03fd91dc8037c7c54eb7cf1b4d072d8795 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-78,6
+78,10
@@
extern POINTER_TYPE *sbrk ();
#define O_WRONLY 1
#endif
+#ifdef WINDOWSNT
+#include <fcntl.h>
+#endif
+
#ifdef DOUG_LEA_MALLOC
#include <malloc.h>